home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-03.Z / 94-03 / text0074.txt < prev    next >
Encoding:
Text File  |  1994-03-30  |  2.3 KB  |  73 lines

  1. THIS IS A TEST POSTING. TRUMPET NEWS READER.....
  2. From news@bigblue.oit.unc.edu Thu Mar  3 22:14:56 1994
  3. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  4.           id AB08854; Sun, 6 Mar 1994 07:28:01 -0500
  5. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  6.           id AA10931; Sun, 6 Mar 1994 07:23:39 -0500
  7. Received: from GATEWAY by bigblue with netnews
  8.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  9. To: winsock@sunsite.unc.edu
  10. Date: Thu, 3 Mar 1994 22:14:56 GMT
  11. From: rmt@gwd.dsto.gov.au (RUSSELL THAMM)
  12. Message-Id: <rmt.155.2D766160@gwd.dsto.gov.au>
  13. Organization: Guided Weapons Division
  14. Sender: ses
  15. References: <2km7je$kbh@news.doit.wisc.edu>
  16. Subject: Re: Winsock dosen't work on my computer!
  17.  
  18. In article <2km7je$kbh@news.doit.wisc.edu> Zhandong@vms2.macc.wisc.edu (Zhandong Zhou) writes:
  19. >Path: fang.dsto.gov.au!yoyo.aarnet.edu.au!news.adelaide.edu.au!news.cs.su.oz.au!harbinger.cc.monash.edu.au!msuinfo!uwm.edu!news.doit.wisc.edu!news
  20. >From: Zhandong@vms2.macc.wisc.edu (Zhandong Zhou)
  21. >Newsgroups: alt.winsock
  22. >Subject: Winsock dosen't work on my computer!
  23. >Date: 26 Feb 1994 01:11:10 GMT
  24. >Organization: University of Wisconsin-Madison
  25. >Lines: 22
  26. >Message-ID: <2km7je$kbh@news.doit.wisc.edu>
  27. >NNTP-Posting-Host: f181-050.net.wisc.edu
  28. >X-Newsreader: WinVN version 0.82
  29.  
  30.  
  31. >The computer in my office is on network. It use odipkt and 
  32. >winpkt as paket driver. However, when I start tcpman.exe from  
  33. >windows, the computer tells me unable to load TCP.
  34.  
  35.  
  36. >The batch file for loading the drivers is shown below:
  37.  
  38. >lh lsl
  39. >lh smc8000
  40. >rem lh ipxodi
  41. >rem lh bnetx ps=infolabs
  42. >lh odipkt 0x60 2 0x300
  43. >lh winpkt 0x60 
  44.  
  45. >The computer tells me that the packet driver is at 0x60 but use old 
  46. >interupt 0x7e. I tried both address in winsock TCP mamager, the 
  47. >computer just tell that TCP can't be loaded and winpkt can't be 
  48. >found.
  49.  
  50. >Any responce will be appreciated!
  51.  
  52. >Zhandong Zhou
  53.  
  54. I don't understand the parameters on your odipkt. I load it as follows:
  55.  
  56. odipkt 1 96
  57.  
  58. The 1 refers to the second frame type declared in NET.CFG and 96 is the
  59. interrupt in decimal (0x60).
  60.  
  61. My NET.CFG has the following section:
  62.  
  63. LINK DRIVER NE2000
  64.         INT 2
  65.         PORT 300
  66.         frame ETHERNET_802.3
  67.         frame ETHERNET_II
  68.  
  69. The first frame type is for netware. The second is for TCP/IP.
  70.  
  71. Hope this helps.
  72.  
  73.